-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: Fix "no-unnecessary-condition" issues (HMS-5355) #2760
src: Fix "no-unnecessary-condition" issues (HMS-5355) #2760
Conversation
Can squash the commits later, needed to keep them separate to not get lost in the changes. |
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2760 +/- ##
==========================================
- Coverage 84.77% 84.76% -0.01%
==========================================
Files 187 187
Lines 21298 21295 -3
Branches 2099 2099
==========================================
- Hits 18055 18051 -4
- Misses 3221 3222 +1
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
4b3239b
to
f679fab
Compare
/jira-epic HMS-5173 |
340f8b9
to
864ad43
Compare
864ad43
to
2dc7918
Compare
2dc7918
to
fc85d85
Compare
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
fc85d85
to
65984a8
Compare
Rebased on #2755
This is a first batch of "no-unnecessary-condition" issue fixes.
JIRA: HMS-5355